const golang.org/x/text/unicode/norm.headerLenMask
3 uses
golang.org/x/text/unicode/norm (current package)
forminfo.go#L38: headerLenMask = 0x1F // extract the length value from the header byte (31 => 33)
forminfo.go#L157: n := decomps[i] & headerLenMask
forminfo.go#L269: n := uint16(h & headerLenMask)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)